filescan
Interface FileScanHandler
- All Known Implementing Classes:
- ClassFileScanHandler, DefaultFileScanHandler, ObjectFileScanHandler
public interface FileScanHandler
While scanning, a handler is used to determine whether or not to include a file,
and to decide on a representation of such a file.
- Author:
- Steven de Jong, steven.dejong@cs.unimaas.nl
|
Method Summary |
java.lang.Object |
handleFile(java.io.File file)
Return an object representing this file, or null if it is not a valid file. |
handleFile
java.lang.Object handleFile(java.io.File file)
- Return an object representing this file, or null if it is not a valid file.